Auto merge of #3409 - matklad:workspace-manifest-error, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 15 Dec 2016 19:04:28 +0000 (19:04 +0000)
committerbors <bors@rust-lang.org>
Thu, 15 Dec 2016 19:04:28 +0000 (19:04 +0000)
commit65063c5c828ff59812bcc00c965a1141966fadc7
tree9a6dcf5fb94718d35867af0bc7420644ab9b98ab
parentd902f594a672c43c911bb6ea3e5d6d0ec1dde120
parent6d7049218a3f04cf3063067c356ea178d813601c
Auto merge of #3409 - matklad:workspace-manifest-error, r=alexcrichton

Don't ignore errors in workspace manifest

Closes #3407

If we find `Cargo.toml` during an up tree traversal, we'd better not to ignore errors within it!